- interrupt event
- 1) событие, вызвавшее прерываниесм. тж. interrupt2) приход (поступление сигнала) прерывания ЦП
Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. . 1998-2007.
Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. . 1998-2007.
Interrupt storm — In operating systems, an interrupt storm is an event during which a processor receives an inordinate number of interrupts that consume the majority of the processor s time. Interrupt storms are typically caused by hardware devices that do not… … Wikipedia
Interrupt — This article is about computer interrupts. For the study of the effect of disruptions on job performance, see Interruption science. In computing, an interrupt is an asynchronous signal indicating the need for attention or a synchronous event in… … Wikipedia
Event (computing) — In computing an event is an action that is usually initiated outside the scope of a program and that is handled by a piece of code inside the program. Typically events are handled synchronous with the program flow, that is, the program has one or … Wikipedia
Event handler — In computer programming, an event handler is an asynchronous callback subroutine that handles inputs received in a program. Each event is a piece of application level information from the underlying framework, typically the GUI toolkit. GUI… … Wikipedia
Interrupt handler — An interrupt handler, also known as an interrupt service routine (ISR), is a callback subroutine in an operating system or device driver whose execution is triggered by the reception of an interrupt. Interrupt handlers have a multitude of… … Wikipedia
Event-driven programming — Programming paradigms Agent oriented Automata based Component based Flow based Pipelined Concatenative Concurrent computin … Wikipedia
Interrupt control register — An interrupt control register, or ICR, is a hardware register in a computer chip used to configure the chip to generate interrupts mdash;to raise a singal on an interrupt line mdash;in response to some event occurring within the chip or a circuit … Wikipedia
interrupt — A signal to the processor generated by a device under its control, such as the system clock, that interrupts normal processing. An interrupt indicates that an event requiring the processor s attention has occurred, causing the processor to… … Dictionary of networking
interrupt request — Abbreviated IRQ. Hardware lines that carry a signal from a device to the processor. A hardware interrupt signals that an event has taken place that requires the processor s attention. The interrupt may come from the keyboard, the network… … Dictionary of networking
Event-Handler — Ein Ereignis (engl. event) dient in der Softwaretechnik zur Steuerung des Programmflusses. Das Programm wird nicht linear durchlaufen, sondern es werden spezielle Ereignisbehandlungsroutinen (engl. listener, observer, event handler) immer dann… … Deutsch Wikipedia
interrupt — 1. verb a) to disturb or halt an ongoing process or action by interfering suddenly. A maverick politician repeatedly interrupted the debate by shouting. b) To assert to a computer that an exceptional condition must be handl … Wiktionary